FRTС project
Notes
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
FokkerPlanck1D_constructor
Function
22 statements
Source File
2_FokkerPlanck1D.f90
FokkerPlanck1D_mod
FokkerPlanck1D_constructor
Contents
public function FokkerPlanck1D_constructor(e, v_lim, v, f) result(this)
конструктор для FokkerPlanck1D
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
value
::
e
real(kind=dp),
value
::
v_lim
real(kind=dp),
value
::
v
(:)
real(kind=dp),
value
::
f
(:)
Return Value
type(
FokkerPlanck1D
)